github.com/klauspost/compress/zstd.blockDec.WindowSize (field)
7 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L78: WindowSize uint64
blockdec.go#L116: return fmt.Sprintf("Steam Size: %d, Type: %v, Last: %t, Window: %d", len(b.data), b.Type, b.Last, b.WindowSize)
blockdec.go#L129: b.WindowSize = windowSize
blockdec.go#L145: if cSize > maxCompressedBlockSize || cSize > int(b.WindowSize) {
blockdec.go#L165: if cSize > maxCompressedBlockSize || uint64(cSize) > b.WindowSize {
blockdec.go#L177: if cSize > maxCompressedBlockSize || cSize > int(b.WindowSize) {
blockdec.go#L345: if litRegenSize > int(b.WindowSize) || litRegenSize > maxCompressedBlockSize {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |